POV-Ray : Newsgroups : povray.beta-test : function^function not working : function^function not working Server Time
29 Jul 2024 08:15:59 EDT (-0400)
  function^function not working  
From: Dennis Miller
Date: 21 Jun 2002 16:28:05
Message: <3d138c55$1@news.povray.org>
This worked fine in RC5 (or maybe it was 4) but does not work in RC6. Can
anyone tell me why or better yet, how to achieve the same result? I'm using
the function as a pigment on a plane...
Thanks much,
D.

function { (PF3(x*clock,y*clock*1.1,z*clock*.9))^((PF2(x,y,z).red)*1-clock)}



(if interested):

 #declare PF2 = function
    {E*sin(A*sin(I*x*(1-1)) + B*cos(J*y))
              + F*cos(C*cos(K*x) + D*sin(L*y*1))  }

   #declare PF3 = function
    {E*tan(A*sin(I*x) + B*sin(J*y))
              + F*sin(C*cos(K*x) + D*cos(L*y*1) ) }


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.